home *** CD-ROM | disk | FTP | other *** search
-
- WinLIB PRO Bug Fix Log
- Started March 29, 1994
-
- [29.03.1994] Ken Hollis
- WINDOWS.C: If a window is already opened with the W_UNUNTOPPABLE
- window state, it will be automatically topped, no
- matter what. If two W_UNUNTOPPABLE windows are
- opened, the first one (according to its window handle)
- will be topped.
-
- Also added window dominance check in WTopWindow. It's
- a little convoluted, but it works.
-
- TOOLS.C: Added various routines to check to see if any windows
- are on the desktop, if a specific one is open, or
- if any windows on the desktop cannot be untopped.
-
- SIZING.C: Added for obvious reasons. This one is extremely
- smart, checking root thickness and sizing and position
- fixing accordingly. This should end all our sizing
- fix problems.
-
- [30.03.1994] Ken Hollis
- DESKTOP.C: Added WM_ICONIFIED and WM_UNICONIFIED messages.
-
- TEST.C: Added WM_ICONIFIED handler for Toolbar.
-
- WINDOWS.C: Fixed check type for window name setting, and fixed
- name position setting in WCreateWindow; now safer and
- more secure. Worked on window dominance stuff a bit.
-
- DISPATCH.C: Added WCallIconifyDispatcher so it will now send a
- WM_ICONIFIED and WM_UNICONIFIED message to your
- dispatch routine. Send a FALSE if you want it to
- act accordingly.
-
- WINLIB.C: Added a WM_PAINT message. This is needed, especially
- when the dialog box is first displayed and you need
- to display information inside it (like the text!)
-
- [01.04.1994] Ken Hollis
- MENU.C: Added check to see if mouse was half the way inside
- a menu item with a side-rooted object inside it.
-
- [02.04.1994] TOOK A WELL DESERVED BREAK!
-
- [03.04.1994] Ken Hollis
- WINDOWS.C: Optimized WCreateWindow
- Took out buggy stuff
- Got window dominance routines working 100% (especially
- in WTopWindow, which was GREATLY changed)
- (Bug reported by Dan Hollis)
-
- WINLIB.C: Took out buggy stuff
-
- WINLIB.H: Took out buggy stuff, made minor changes.
-
- TEXT.C:
- CUSTWIN.C: Both removed; too many bugs to deal with right now.
-
- MENU.C: Got side-rooted menus working perfectly. Now, you
- don't have to rush your mouse over to the other obj.
- Combined tree widths and added it to the M1 rectangle.
-
- [04.04.1994] Ken Hollis
- WINDOWS.C: Fixed editing cursor display when window created
-
- WINLIB.C: Added editing cursor display only when needed
- Fixed editing cursors so they don't get displayed
- before the dialog is displayed (after a WM_CREATED
- call)
-
- COOKIES.C: Added and worked on locate_cookie
-
- [05.04.1994] Ken Hollis
- TOOLS.C: Added screen speed-up check routine (check for NVDI)
-
- ASCII.C: Fixed bugs and customized the ASCII tree a bit
-
- FORMKBD.C: Added check for editing field type. Still can't get
- that damned underscore bug out.
-
- TESTHELP.C: Added check to see if text area is off of border of
- desktop. If it is, it redraws all text, and if not,
- it blits. (Bug reported by Dan Hollis)